home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / EOFDirtyDoc / EOColumnAssociationAdditions.h < prev    next >
Text File  |  1995-04-17  |  546b  |  18 lines

  1. /*
  2.  * EOColumnAssociations.h
  3.  *
  4.  * You may freely copy, distribute, and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  6.  * fitness for any particular use.
  7.  *
  8.  * Written by Kenny Leung, NeXT Technical Support
  9.  *
  10.  */
  11.  
  12. #import <eointerface/EOColumnAssociation.h>
  13.  
  14. @interface EOAssociation(NXFormatterValidation)
  15. - (BOOL)formatterWillChangeValueFor:rowIdentifier :columnIdentifier sender:sender;
  16. - (BOOL)formatterWillChangeValueFor:identifier at:(unsigned int)position sender:sender;
  17. @end
  18.